home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / earthlink / nscomm / java40.jar / netscape / debug / DebugManager.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-11-03  |  273 b   |  8 lines

  1. package netscape.debug;
  2.  
  3. public interface DebugManager {
  4.    void debugBreak();
  5.  
  6.    void uncaughtException(Thread var1, Throwable var2);
  7. }
  8.